home *** CD-ROM | disk | FTP | other *** search
/ The Scorpion King Cardz / The Scorpion King Cardz - Disc 1 - Mathays.iso / pc / assets / intro.dxr / Internal_12_go the frame.ls < prev    next >
Encoding:
Text File  |  2002-03-26  |  107 b   |  8 lines

  1. on exitFrame me
  2.   if sprite(15).movieRate = 0 then
  3.     go("fadeOut")
  4.   else
  5.     go(the frame)
  6.   end if
  7. end
  8.